<xs:complexType name="SitzType">
<xs:choice>
<xs:element name="Sitzhose">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Sitzgelegenheit/Rollstuhl - Sitzhose
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Bauchgurt">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Sitzgelegenheit/Rollstuhl - Bauchgurt
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Brustgurt">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Sitzgelegenheit/Rollstuhl - Brustgurt
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Tisch">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Sitzgelegenheit/Rollstuhl - Tisch
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Therapietisch">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Sitzgelegenheit/Rollstuhl - Therapietisch
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="HandArmgurte">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Sitzgelegenheit/Rollstuhl - Hand/Armgurte
1: Eine Hand ist beschränkt
2: Beide Hände sind beschränkt
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FussBeingurte">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Sitzgelegenheit/Rollstuhl - Fuß/Beingurte
1: Ein Fuß ist beschränkt
2: Beide Füße sind beschränkt
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Andere">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Maßnahme Sitzgelegenheit/Rollstuhl - Andere Maßnahme
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="stringWithAtLeastOneWordCharacter">
<xs:minLength value="1" />
<xs:maxLength value="1024" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:choice>
</xs:complexType>
|